home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / artisoft.zip / !VPI.TXT < prev    next >
Text File  |  1992-07-23  |  4KB  |  76 lines

  1.  
  2.  
  3.  
  4.           {LANtastic(TM) Voice Programmer's Interface(TM)}
  5.  
  6.           Make your software laugh, sob, growl, warble, wail, sing and talk
  7.           with the LANtastic Voice(TM) Adapter and the LANtastic Voice
  8.           Programmer's Interface (VPI(TM)).
  9.  
  10.           When  used  in  conjunction  with  the  LANtastic  Voice  Adapter
  11.           (soldseparately), LANtastic VPI makes  adding sound and speech to
  12.           your  software  easy. Using  a  set  of simple,  straight-forward
  13.           commands,  you can  create educational  and training  programs on
  14.           disk  or  CD-ROM  that   actually  give  verbal  instructions  to
  15.           students. You  can develop voice mail,  "talking" software demos,
  16.           music synthesis, sound effects  and much more. Using the  tape in
  17.           and out  jacks on the  Voice Adapter,  you can record  from a  CD
  18.           player, tape recorder, microphone or other external sound source,
  19.           then play back later through an amplifier with speakers.
  20.  
  21.           The  LANtastic  VPI is a set  of routines  for interfacing to the
  22.           LANtastic Voice Adapter.  VPI uses a  structure  called the Voice
  23.           Command Block  (VCB). This block is  similar to an NCB  or MCB in
  24.           the NETBIOS. It contains pointers to blocks of data  which can be
  25.           used for PLAY  and RECORD.  Commands can be  no-wait which  means
  26.           control  returns to the calling program immediately while the VPI
  27.           works  in the  background. When  the VPI  command  completes, the
  28.           user's POST routine is called. 
  29.  
  30.           The  Artisoft   LANtastic  Voice  Adapter  is   a  low-cost,  IBM
  31.           compatible  expansion device  which converts  between audio/voice
  32.           signals  and a digital data stream. When used in conjunction with
  33.           supporting  software,  it  provides the  capability  to  digitize
  34.           spoken   messages,  preserving  them  in  nearly  their  original
  35.           fidelity. 
  36.  
  37.           LANtastic VPI  is sold  to developers directly  through Artisoft.
  38.           For more information, call 602-293-6363.  
  39.  
  40.  
  41.  
  42.           [{Specifications}]
  43.  
  44.           Hardware compatibility:
  45.           o   LANtastic Voice Adapter, which is compatible with IBM PC, XT, 
  46.               AT, PS/2 model 30, 30-286 and compatibles,  and 386-based IBM   
  47.               PC  bus  compatibles.  The  Voice  Adapter  requires an 8-bit   
  48.               expansion slot and PC DOS 3.1 or higher (3.2 not recommended)
  49.  
  50.           Basic VPI routines:
  51.           Adapter_Status    Find out about the Voice adapter
  52.           Reset             Reset the Voice adapter
  53.           Deinstall         Takes VPI out of memory
  54.           Cancel            Cancel a pending VCB
  55.           Send              Sends a buffer to PLAY channel
  56.           Silence           Sends silence to PLAY channel          Receive           Receives a buffer from RECORD channel
  57.           Threshold         Wait for sound to reach a certain loudness and 
  58.                             then begin Receive from RECORD channel
  59.  
  60.           External interfaces available on the LANtastic Voice Adapter:
  61.           o   P1-Handset, electret, 0.2V peak-to-peak Standard female,     
  62.               modular telephone handset jack (M4P4C). Electret
  63.               microphone input and output are supported on this connector.
  64.               Telephone handset is provided. Electret microphone input is
  65.               reproduced in the earphone as long as power is supplied to   
  66.               the board to give the handset the sound of a "live" line.
  67.           o   P2-LINE IN, 100K Ohms@2.5V Female, RCA-type audio jack.      
  68.               Accepts a standard audio signal for digitizing from an       
  69.               external source. May be connected to a CD player, tape       
  70.               recorder, or other external device. This signal is mixed with
  71.               the microphone input from P1 and is reproduced in the earphone.
  72.           o   P3-LINE  OUT,  2.2K  Ohms @1.2V  Female, RCA-type audio jack.     
  73.               Provides a standard line-level audio signal. May be connected  
  74.               to a tape  recorder  or  an  external  amplifier to record or    
  75.               broadcast the output signal.
  76.